func go/types.isUntyped

20 uses

	go/types (current package)
		assignments.go#L34: 	if isUntyped(x.typ) {
		assignments.go#L147: 		if isUntyped(typ) {
		assignments.go#L270: 		case isUntyped(t):
		builtins.go#L267: 		if isUntyped(x.typ) {
		builtins.go#L270: 		if isUntyped(y.typ) {
		builtins.go#L424: 		if isUntyped(x.typ) {
		builtins.go#L885: 		assert(!isUntyped(res))
		check.go#L421: 	if isUntyped(typ) {
		conversions.go#L95: 	if isUntyped(x.typ) {
		expr.go#L557: 	if !final && isUntyped(typ) {
		expr.go#L637: 	if isUntyped(target) {
		expr.go#L904: 	if allInteger(x.typ) || isUntyped(x.typ) && xval != nil && xval.Kind() == constant.Int {
		expr.go#L928: 		if isUntyped(y.typ) {
		expr.go#L946: 		case isUntyped(y.typ):
		expr.go#L999: 		if isUntyped(x.typ) {
		index.go#L241: 			if isUntyped(x.typ) {
		operand.go#L142: 			if isUntyped(x.typ) {
		operand.go#L252: 	if isUntyped(Vu) {
		predicates.go#L80: func isUntyped(t Type) bool {
		typexpr.go#L523: 	if isUntyped(x.typ) || isInteger(x.typ) {